home *** CD-ROM | disk | FTP | other *** search
- -- card: 10933 from stack: in
- -- bmap block id: 11075
- -- flags: 0000
- -- background id: 6748
- -- name:
- ----- HyperTalk script -----
- on opencard
- show card picture
- put 1 into zz
- put empty into card field "message"
- put "Select a Chemical" into line 2 of card field "message"
- put "to test for Lead Ions" into line 4 of card field "message"
- repeat until zz = 3
-
- set the highlight of card button arrow to true
- wait 30
- set the highlight of card button "Arrow" to false
- wait 30
- add 1 to zz
- end repeat
- end opencard
-
- on check
- global reagent
- Put empty into card field "message"
- put "Check STEP 3 on Flow Chart" into line 1 of card field "message"
- put reagent into line 3 of card field "message"
- put "is not used at this time" into line 5 of card field "message"
- show card field "message"
- repeat 2 times
- set the highlight of card button "flow chart" to true
- wait 1 second
- set the highlight of card button "flow chart" to false
- wait 1 second
- end repeat
- end check
-
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=110 top=161 right=193 bottom=131
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: arrow
-
-
- -- part 2 (field)
- -- low flags: 01
- -- high flags: 0001
- -- rect: left=190 top=201 right=342 bottom=432
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: Message
- ----- HyperTalk script -----
- on mouseup
- hide card field "message"
- end mouseup
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=246 top=44 right=106 bottom=297
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Ammonia
- ----- HyperTalk script -----
- on mouseUp
- global reagent
- get the short name of me
- put it into reagent
- show card picture
- check
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=125 top=44 right=106 bottom=176
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Distilled Water
- ----- HyperTalk script -----
- on mouseUp
- global reagent
- get the short name of me
- put it into reagent
- show card picture
- check
-
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=63 top=44 right=106 bottom=114
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Nitric Acid
- ----- HyperTalk script -----
- on mouseUp
- global reagent
- get the short name of me
- put it into reagent
- show card picture
- check
-
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=3 top=44 right=106 bottom=54
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Hydrochloric Acid
- ----- HyperTalk script -----
- on mouseUp
- global reagent
- get the short name of me
- put it into reagent
- show card picture
- check
-
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 8002
- -- rect: left=434 top=205 right=254 bottom=509
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Flow Chart
- ----- HyperTalk script -----
- on mouseUp
- push card
- go to card id 7591
- put 1 into zz
- repeat until zz = 4
- set the highlight of card button step3 to true
- wait 30
- set the highlight of card button step3 to false
- wait 30
- put zz+1 into zz
- end repeat
-
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=434 top=8 right=94 bottom=504
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Centrifuge
- ----- HyperTalk script -----
- on mouseUp
- global kee
- global reagent
- put empty into card field "message"
- put "Not necessary to" into line 2 of card field "message"
- put "Centrifuge at this time" into line 4 of card field "message"
- put "Check Flow Chart" into line 6 of card field "message"
-
-
-
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=434 top=113 right=199 bottom=504
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Hot Water Bath
- ----- HyperTalk script -----
- on mouseUp
- global kee
-
- put empty into card field "message"
- put "Not Necessary to Use" into line 2 of card field "message"
- put "Hot Water Bath" into line 4 of card field "message"
- put "At This Time" into line 6 of card field "message"
-
-
-
- end mouseUp
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=185 top=44 right=106 bottom=236
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Lead Chromate
- ----- HyperTalk script -----
- on mouseUp
- global reagent
- get the short name of me
- put it into reagent
- visual dissolve slow
- go to next card
- show card picture
-
-
- end mouseUp
-
-
-
- -- part contents for card part 2
- ----- text -----
-
- Select a Chemical
-
- to test for Lead Ions